getListBluetoothDevice property

Future<List> getListBluetoothDevice

Implementation

static Future<List<dynamic>> get getListBluetoothDevice async {
  final List<dynamic> list = await _channel.invokeMethod('getListBluetoothDevice');
  return list;
}