isSupported method

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

Whether this platform can do Bluetooth Classic RFCOMM at all.

Implementation

@override
Future<bool> isSupported() async => supported;