setCapabilities abstract method
Sets the available capabilities for a session. Different annotation tools and events will be available during a session depending on the capabilities you set here. By default all capabilities supported by the device are enabled.
Implementation
Future<void> setCapabilities(List<String> capabilities);