check is support or not
@override bool isSupport() { if (Dart.isWeb) { return false; } return true; }