startForegroundService method

Future<bool> startForegroundService({
  1. required String pollingUrl,
  2. int? intervalMinutes,
  3. String? channelId,
})

Implementation

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