From 5495e2db7d50d9f8dccab5d9246d7532c3155e69 Mon Sep 17 00:00:00 2001 From: Krille Fear Date: Tue, 26 Oct 2021 20:35:00 +0200 Subject: [PATCH] fix: Format --- lib/utils/background_push.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/utils/background_push.dart b/lib/utils/background_push.dart index baf2b4442..ca6608456 100644 --- a/lib/utils/background_push.dart +++ b/lib/utils/background_push.dart @@ -41,7 +41,6 @@ import 'platform_infos.dart'; //import 'package:fcm_shared_isolate/fcm_shared_isolate.dart'; - class NoTokenException implements Exception { String get cause => 'Cannot get firebase token'; }