up method
Release at current location. If eventTarget
is specified,
PageLoader will attempt to fire the corresponding pointer events
on that target, otherwise it will fire the events on the target that is
under the current location.
Implementation
@override
Future<void> up(MouseButton button, {PageLoaderElement? eventTarget}) async {
throw 'Not yet implemented';
}