startBluetoothService static method

Future startBluetoothService()

Implementation

static Future<dynamic> startBluetoothService() async {
  return await _channel.invokeMethod("startBluetoothService", []);
}