Marvelflutter class

Constructors

Marvelflutter.new()

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
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

recordError(dynamic exception, StackTrace? stack, {dynamic reason, Iterable<Object> information = const [], bool? printDetails, bool fatal = false}) Future<void>
Submits a Crashlytics report of a caught error.
recordFlutterError(FlutterErrorDetails flutterErrorDetails, {bool fatal = false}) Future<void>
Submits a Crashlytics report of an error caught by the Flutter framework. Use fatal to indicate whether the error is a fatal or not.
recordFlutterFatalError(FlutterErrorDetails flutterErrorDetails) Future<void>
Submits a Crashlytics report of a fatal error caught by the Flutter framework.
startMarvel(String marvelId, Map<String, dynamic> config) Future<int?>