updateService method

Future<bool> updateService({
  1. ForegroundTaskOptions? foregroundTaskOptions,
  2. String? notificationTitle,
  3. String? notificationText,
  4. Function? callback,
})

Implementation

Future<bool> updateService({
  ForegroundTaskOptions? foregroundTaskOptions,
  String? notificationTitle,
  String? notificationText,
  Function? callback,
}) {
  throw UnimplementedError('updateService() has not been implemented.');
}