check is support or not
@override bool isSupport() { if (isMobile) { return true; } if (isDesktop) { return Platform.isWindows; } return false; }