remove debug code
This commit is contained in:
@@ -28,7 +28,6 @@ void main() async {
|
||||
showLocalNotification:
|
||||
(!kIsWeb && Platform.isAndroid) ? showLocalNotification : null,
|
||||
persistenceEnabled: true,
|
||||
backgroundKeepAlive: Duration(seconds: 3),
|
||||
);
|
||||
|
||||
if (userId != null) {
|
||||
|
||||
Reference in New Issue
Block a user