isAvailable property

  1. @Deprecated('Use isSupported instead')
Future<bool> get isAvailable

Implementation

@Deprecated('Use isSupported instead')
static Future<bool> get isAvailable async => await isSupported;