ZonkaSdkPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- ZonkaSdkPlatform
- Implementers
Constructors
- ZonkaSdkPlatform.new()
- Constructs a ZonkaSdkPlatform.
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
-
getAppVersionCode(
) → Future< String?> - Retrieves the application version code from the native platform.
-
getBrandName(
) → Future< String?> -
getDeviceId(
) → Future< String?> -
getDeviceName(
) → Future< String?> - Retrieves the device name from the native platform.
-
getDeviceSerial(
) → Future< String?> - Retrieves the device serial number from the native platform.
-
getIsTablet(
) → Future< bool?> -
getModelName(
) → Future< String?> - Retrieves the current screen name from the native platform.
-
getPlatformVersion(
) → Future< String?> - Retrieves the platform version from the native platform.
-
getScreenName(
) → Future< String?> - Retrieves the current screen name from the native platform.
-
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 Properties
- instance ↔ ZonkaSdkPlatform
-
The default instance of ZonkaSdkPlatform to use.
getter/setter pair