DeviceAppsPlusPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • DeviceAppsPlusPlatform
Implementers

Constructors

DeviceAppsPlusPlatform()
Constructs a DeviceAppsPlusPlatform.

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

checkMultiple(List<String> packageNames) Future<Map<String, bool>>
getPlatformVersion() Future<String?>
isAppInstalled(String packageName) Future<bool>
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

Static Properties

instance DeviceAppsPlusPlatform
The default instance of DeviceAppsPlusPlatform to use.
getter/setter pair