MissingUserGestureError constructor
MissingUserGestureError(
- String method
Create a new instance.
method
is the method where the error occurred.
Implementation
MissingUserGestureError(this.method)
: super("\"$method\" must be called from a user gesture");