EducationPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • EducationPlatform
Implementers

Constructors

EducationPlatform()
Constructs a EducationPlatform.

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

getCropImage(Map<String, dynamic> map) Future<String?>
getGalleryImage() Future<String?>
getPlatformBattery() Future<double?>
getPlatformVersion() Future<String?>
hiddenWhenLocked() Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
playRinger() Future<String?>
playVibrate() Future<String?>
previousBrightness() Future<String?>
setBrightness(Map<String, dynamic> map) Future<String?>
setFullScreen() Future<String?>
setFullScreenClose() Future<String?>
setRemind(Map<String, dynamic> map) Future<String?>
setToastMessage(Map<String, dynamic> map) Future<String?>
showWhenLocked() Future<String?>
stopRinger() Future<String?>
stopVibrate() Future<String?>
test() Future<String?>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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