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
Properties
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