stopClassicServer method

  1. @override
Future<void> stopClassicServer()
override

实现 FlutterBluetoothPluginPlatform.stopClassicServer

参数、默认值、平台差异和推荐值见平台接口文档。

Implementation

@override
Future<void> stopClassicServer() async {
  await methodChannel.invokeMethod<void>('stopClassicServer');
}