setCapabilities abstract method

Future<void> setCapabilities(
  1. List<String> capabilities
)

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);