8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd775c6 commit fc2749bCopy full SHA for fc2749b
example/lib/main.dart
@@ -32,7 +32,8 @@ Future<bool> startForegroundService() async {
32
name: 'background_icon',
33
defType: 'drawable'), // Default is ic_launcher from folder mipmap
34
);
35
- return FlutterBackground.initialize(androidConfig: androidConfig);
+ await FlutterBackground.initialize(androidConfig: androidConfig);
36
+ return FlutterBackground.enableBackgroundExecution();
37
}
38
39
class MyApp extends StatefulWidget {
0 commit comments