startDiscovery method

Future<Stream<List<BluetoothDevice>>?> startDiscovery({
  1. Duration? duration,
})

Implementation

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