JsHandler class abstract
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
requiredPermissions
→ List<
Permission> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
checkForPermissions(
) → Future< List< Status> > -
getDeviceInfo(
) → Future< Map< String, dynamic> > -
mapErrors(
String? errorCode) → List< String> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
processArgs(
List args) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
-
validateRequiredFields(
Map< String, dynamic> args, List<String> fieldKeys) → List<String>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited