startService method

  1. @override
Future<bool> startService()
override

Implementation

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