isAvailable property

  1. @override
bool get isAvailable
override

Check if this sink is available on the current platform

Implementation

@override
bool get isAvailable => !kIsWeb;