MissingUserGestureError constructor

MissingUserGestureError(
  1. 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");