startForegroundService method
Implementation
Future<bool> startForegroundService({
required String pollingUrl,
int? intervalMinutes,
String? channelId,
}) {
throw UnimplementedError(
'startForegroundService() has not been implemented.',
);
}