isIpad method

bool isIpad ()

Checks if the current app is running on iPad to implement iPad specific UI code.

Implementation

bool isIpad() {
  return platformState == PlatformState.IPAD;
}