isSupported property

Future<bool> isSupported

Implementation

static Future<bool> get isSupported async {
  return true;
}