isBluetoothAvailable method

  1. @override
Future<bool> isBluetoothAvailable()
override

Implementation

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