ContextualProfiler class

Constructors

ContextualProfiler()

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

getAppsInstalled() Future<String?>
Method that allow's you to get the installed app's from the current device where the app is running.
getAppUsage(int periodInDays) Future<String?>
Method that allow's you to get the installed app's with the usage from the current device where the app is running.
getDeviceInformation() Future<String?>
Method that allow's you to get important information about the current device where the app is running.
initContextualDataCollection(ContextualCredential credentials) Future<Object?>
Method that allow's you to send the contextual information from the current device where the app is running.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openUsageAccessSettings(UsageSetting setting) Future<void>
Method that allow's you to handle the usage access permission settings view from the current device where the app is running.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited