JustPassMeFlutterPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- JustPassMeFlutterPlatform
- Implementers
Constructors
- JustPassMeFlutterPlatform()
- Constructs a JustpassmeFlutterPlatform.
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
-
login(
String url, Map< String, String> headers) → Future<Map> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
register(
String url, Map< String, String> headers) → Future<Map> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ JustPassMeFlutterPlatform
-
The default instance of JustPassMeFlutterPlatform to use.
getter/setter pair