JmBasicFlutterPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • JmBasicFlutterPlatform
Implementers

Constructors

JmBasicFlutterPlatform()
Constructs a JmBasicFlutterPlatform.

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

callIOSNativeRequest(dynamic data) Future
getPlatformVersion() Future<String?>
makeImagePicker({int maxSelectCount = 9, bool isCamera = false, bool allowSelectGif = false}) Future
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 JmBasicFlutterPlatform
The default instance of JmBasicFlutterPlatform to use.
getter/setter pair