FlutterTbaInfoPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- FlutterTbaInfoPlatform
- Implementers
Constructors
- FlutterTbaInfoPlatform()
- Constructs a FlutterTbaInfoPlatform.
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
-
getAndroidId(
) → Future< String> -
getAppVersion(
) → Future< String> -
getBrand(
) → Future< String> -
getBuild(
) → Future< String> -
getBundleId(
) → Future< String> -
getDefaultUserAgent(
) → Future< String> -
getDeviceModel(
) → Future< String> -
getDistinctId(
) → Future< String> -
getFirstInstallTime(
) → Future< int> -
getGaid(
) → Future< String> -
getIdfa(
) → Future< String> -
getIdfv(
) → Future< String> -
getLastUpdateTime(
) → Future< int> -
getLogId(
) → Future< String> -
getManufacturer(
) → Future< String> -
getNetworkType(
) → Future< String> -
getOperator(
) → Future< String> -
getOsCountry(
) → Future< String> -
getOsVersion(
) → Future< String> -
getScreenRes(
) → Future< String> -
getSystemLanguage(
) → Future< String> -
getZoneOffset(
) → Future< String> -
jumpToEmail(
String email) → Future< void> -
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 ↔ FlutterTbaInfoPlatform
-
The default instance of FlutterTbaInfoPlatform to use.
getter/setter pair