getDefault method

Future getDefault()

Implementation

Future<dynamic> getDefault()  async {
  await  getDefaultDevice().drain();
  return _scanResults.value;
}