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