menu
touch_service_plugin package
documentation
touch_service_plugin.dart
TouchServicePlugin
touch method
touch method
dark_mode
light_mode
touch
method
Future
<
void
>
touch
(
Point
point
)
Implementation
Future<void> touch(Point point) async { return _api.touch(point); }
touch_service_plugin package
documentation
touch_service_plugin
TouchServicePlugin
touch method
TouchServicePlugin class