chore: Add code lint check for unused code

This commit is contained in:
Christian Kußowski 2026-02-18 16:10:23 +01:00
commit 1896c56544
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
12 changed files with 36 additions and 352 deletions

View file

@ -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 =