startBluetoothServer method

  1. @override
Future<void> startBluetoothServer({
  1. int? timeout,
})
override

Implementation

@override
Future<void> startBluetoothServer({int? timeout}) async {
  methodChannel.invokeMethod("start_server", timeout);
}