FlutterAndroidEnterprisePlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • FlutterAndroidEnterprisePlatform

Properties

hashCode int
The hash code for this object.
no setterinherited
restrictionsChanged Stream<Map<String, String>>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getManagedConfigurations() Future<Map<String, String>>
getUserProfiles() Future<List<ProfileSummaryMessage>>
isDeviceManaged() Future<bool>
isDeviceOwnerActive() Future<bool>
isManagedProfile() Future<bool>
isPrivateSpaceRestricted() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reportComplianceState({required String state, required String message, required Map<String, String> data}) Future<void>
setPrivateSpaceAllowed(bool allowed) Future<void>
startKioskMode(KioskConfigMessage config) Future<void>
stopKioskMode() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance FlutterAndroidEnterprisePlatform
getter/setter pair