startBackgroundService method
Future<bool>
startBackgroundService({
- required NotificationPayload payload,
- required ServiceType type,
Implementation
Future<bool> startBackgroundService({
required NotificationPayload payload,
required ServiceType type,
}) {
throw UnimplementedError('startService() has not been implemented.');
}