getDevices method

Implementation

Future<Iterable<BluetoothDevice>> getDevices() =>
    js_util.promiseToFuture(js_util.callMethod(this, 'getDevices', []));