startService method

  1. @override
Future<String?> startService()
override

Implementation

@override
Future<String?> startService() {
  return methodChannel.invokeMethod<String>('startService');
}