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