DeviceAppAttributes class
Constructors
Properties
Methods
-
dispose(
) → void -
Manually call Finalizer.detach for this
Reference.inherited -
getAppName(
) → Future< String?> -
getAppVersion(
) → Future< String?> -
getClientId(
) → Future< String?> -
getDeviceId(
) → Future< String?> -
getDeviceModel(
) → Future< String?> -
getMobileSdkVersion(
) → Future< String?> -
getNativeAppType(
) → Future< String?> -
getOsName(
) → Future< String?> -
getOsVersion(
) → Future< String?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Return a string representation of current class type and reference
id.inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited