chore: Add code lint check for unused code
This commit is contained in:
parent
b4fbe46d43
commit
1896c56544
12 changed files with 36 additions and 352 deletions
|
|
@ -45,10 +45,6 @@ import 'platform_infos.dart';
|
|||
|
||||
//<GOOGLE_SERVICES>import 'package:fcm_shared_isolate/fcm_shared_isolate.dart';
|
||||
|
||||
class NoTokenException implements Exception {
|
||||
String get cause => 'Cannot get firebase token';
|
||||
}
|
||||
|
||||
class BackgroundPush {
|
||||
static BackgroundPush? _instance;
|
||||
final FlutterLocalNotificationsPlugin _flutterLocalNotificationsPlugin =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue