IFairPlugin class abstract

Mixed in types

Constructors

IFairPlugin()

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

getMethodName(dynamic par) String
getRegisterMethods() Map<String, Function>
invoke(dynamic par) Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
request(dynamic map, Future<Map?> run(Map reqData)) Future
common request method
inherited
toString() String
A string representation of this object.
inherited

Operators

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