scan method

return bluetooth device list, handler Android and iOS in BlueScanner

Implementation

Future<List<BlueDevice>> scan() async {
  return await BlueScanner.scan();
}