Fn class

Constructors

Fn()

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

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

init() → void
Should be called in your main function after WidgetsFlutterBinding.ensureInitialized().
logMe() → void
Activates Finotes plugin logging for debug purposes.
reportError(Object error, StackTrace stackTrace) → void
Custom API to report errors. Use this API in ZoneGuarded code blocks
reportIssue(String where, String description, String detailedDescription) → void
API to report custom issues.
setActivityMarker(String where, String marker) → void
API to set custom activity trail markers.
setActivityMarkerAt(String where, String marker) → void
API to set custom activity trail markers.
test() → void
API to raise a test issue.