library; class Platform { static bool get isAndroid => false; static bool get isIOS => false; }