clearGattServerServices method

Future<void> clearGattServerServices()

清空本地 GATT Server 服务列表。

无参数。Android/iOS/macOS 会移除已注册的本地服务;Linux/Windows/Web 为空操作。

Implementation

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