PUtilsPlatform class

Constructors

PUtilsPlatform()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

checkNetwork() Future<bool>
Verifies if there is network connectivity
getNTPDate() Future<DateTime?>
Gets the actual NTP date
isOnIOS() bool
Verifies if the app is running in iOS
isOnTest() bool
Verifies if the app is running in a test environment
supportsAppleSignIn() Future<bool>
Verifies if the app supports Apple Sign In