stopClassicServer method

Future<void> stopClassicServer()

停止 Android Classic Bluetooth RFCOMM 服务端。

无参数。仅 Android 有效;iOS/macOS/Linux/Windows/Web 为空操作。

Implementation

Future<void> stopClassicServer() {
  throw UnimplementedError('stopClassicServer() has not been implemented.');
}