isAppOS method

bool isAppOS()

Implementation

bool isAppOS() {
  return Platform.isIOS || Platform.isAndroid;
}