EnvironmentReporter class abstract interface

An EnvironmentReporter is able to report various attributes of the environment in which the application is running. If a property is null, it means the reporter was unable to determine the value.

Implementers

Properties

applicationInfo Future<ApplicationInfo?>
Returns the ApplicationInfo for the application environment.
no setter
deviceInfo Future<DeviceInfo?>
Returns the DeviceInfo for the application environment.
no setter
hashCode int
The hash code for this object.
no setterinherited
locale Future<String?>
Returns the locale for the application environment in the format languagecode2-country/regioncode2.
no setter
osInfo Future<OsInfo?>
Returns the OsInfo for the application environment.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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