MethodChannelFlutterTbaInfo class
An implementation of FlutterTbaInfoPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- FlutterTbaInfoPlatform
- MethodChannelFlutterTbaInfo
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getAndroidId(
) → Future< String> -
override
-
getAppVersion(
) → Future< String> -
override
-
getBrand(
) → Future< String> -
override
-
getBuild(
) → Future< String> -
override
-
getBundleId(
) → Future< String> -
override
-
getDefaultUserAgent(
) → Future< String> -
override
-
getDeviceModel(
) → Future< String> -
override
-
getDistinctId(
) → Future< String> -
override
-
getFirstInstallTime(
) → Future< int> -
override
-
getGaid(
) → Future< String> -
override
-
getIdfa(
) → Future< String> -
override
-
getIdfv(
) → Future< String> -
override
-
getLastUpdateTime(
) → Future< int> -
override
-
getLogId(
) → Future< String> -
override
-
getManufacturer(
) → Future< String> -
override
-
getNetworkType(
) → Future< String> -
override
-
getOperator(
) → Future< String> -
override
-
getOsCountry(
) → Future< String> -
override
-
getOsVersion(
) → Future< String> -
override
-
getScreenRes(
) → Future< String> -
override
-
getSystemLanguage(
) → Future< String> -
override
-
getZoneOffset(
) → Future< String> -
override
-
jumpToEmail(
String email) → Future< void> -
override
-
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