MarvelflutterPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • MarvelflutterPlatform
Implementers

Constructors

MarvelflutterPlatform.new()
Constructs a MarvelflutterPlatform.

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

getPlatformVersion() Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
recordError({required String exception, required String information, required String reason, bool fatal = false, String? buildId, String? stackTraceElements}) Future<void>
Submits a Crashlytics report of a caught error.
startMarvel(String marvelId, Map<String, dynamic> config) Future<int?>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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