isSupported method

bool isSupported()

Implementation

bool isSupported() {
  return Platform.isWindows ||
      Platform.isLinux ||
      Platform.isAndroid ||
      Platform.isMacOS ||
      Platform.isFuchsia ||
      Platform.isIOS;
}