startService method Null safety
- {required AndroidNotificationOptions androidNotificationOptions,
- required IOSNotificationOptions iosNotificationOptions,
- required ForegroundTaskOptions foregroundTaskOptions,
- required String notificationTitle,
- required String notificationText,
- Function? callback}
Implementation
Future<bool> startService({
required AndroidNotificationOptions androidNotificationOptions,
required IOSNotificationOptions iosNotificationOptions,
required ForegroundTaskOptions foregroundTaskOptions,
required String notificationTitle,
required String notificationText,
Function? callback,
}) {
throw UnimplementedError('startService() has not been implemented.');
}