startDiscovery method
Implementation
Future<Stream<List<BluetoothDevice>>?> startDiscovery({final Duration? duration})async{
throw UnimplementedError("startDiscovery() has not been implemented");
}
Future<Stream<List<BluetoothDevice>>?> startDiscovery({final Duration? duration})async{
throw UnimplementedError("startDiscovery() has not been implemented");
}