JFullInfo class

JFullInfo The root class for jfullinfo Plugin

has a Future method called getAndroidInformation has JAndroidInfo return type.

has a Future method called getHardwareInformation has JHardwareInfo return type.

has a Future method called getApplicationInformation has JApplicationInfo return type.

has a Future method called getAllInformation has JInfoModel return type.

has a Future method called getSimInformation has List of JSimInfo return type.

Constructors

JFullInfo()

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

getAllInformation() Future<JInfoModel>
Future method called getAllInformation has JInfoModel return type.
getAndroidInformation() Future<JAndroidInfo>
Future method called getAndroidInformation has JAndroidInfo return type.
getApplicationInformation() Future<JApplicationInfo>
Future method called getApplicationInformation has JApplicationInfo return type.
getHardwareInformation() Future<JHardwareInfo>
Future method called getHardwareInformation has JHardwareInfo return type.
getSimInformation() Future<List<JSimInfo>>
Future method called getSimInformation has List of JSimInfo return type.
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