@override Future<bool> isBluetoothAvailable() async { bool result = await _method.invokeMethod('isBluetoothAvailable'); return result; }