isSupported property

Future<bool> isSupported

Implementation

static Future<bool> get isSupported async {
  if (Platform.isWindows) return await FlutterBluePlusWindows.isSupported;
  return await Mobile.FlutterBluePlus.isSupported;
}