Checks if Bluetooth is enabled
Future<bool> isBluetoothEnabled() async { return await _channel.invokeMethod('isBluetoothEnabled'); }