startService method

Future<bool?> startService({
  1. String? notificationTitle,
})

Implementation

Future<bool?> startService({
  String? notificationTitle,
}) {
  throw UnimplementedError('startService() has not been implemented.');
}