isSupported property
bool
get
isSupported
Implementation
static bool get isSupported =>
!kIsWeb && (Platform.isAndroid || Platform.isIOS || Platform.isMacOS);
static bool get isSupported =>
!kIsWeb && (Platform.isAndroid || Platform.isIOS || Platform.isMacOS);