startService method

Future<bool> startService()

Implementation

Future<bool> startService() async {
  return await _channel.invokeMethod("plugin.start_service");
}