BugReporterController class

Opens and closes the reporter from your own code — the analogue of the React Native package's button ref.

final reporter = BugReporterController();
// …
BugReporter(config: config, controller: reporter, child: child!)
// …anywhere:
reporter.open();

Constructors

BugReporterController()

Properties

hashCode int
The hash code for this object.
no setterinherited
isOpen bool
True from the moment capture starts until the flow closes.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() → void
Close the flow, discarding the in-progress report.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
open() → void
Capture the screen and open the flow. No-op if already open.
toString() String
A string representation of this object.
inherited

Operators

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