isIpad method
Checks if the current app is running on iPad to implement iPad specific UI code.
Implementation
bool isIpad() {
return platformState == PlatformState.IPAD;
}
Checks if the current app is running on iPad to implement iPad specific UI code.
bool isIpad() {
return platformState == PlatformState.IPAD;
}