setupAccessibilityEventChannel method

Future<Map<String, dynamic>> setupAccessibilityEventChannel()

Configures the event channel for the accessibility service

Implementation

Future<Map<String, dynamic>> setupAccessibilityEventChannel() {
  throw UnimplementedError(
    'setupAccessibilityEventChannel() has not been implemented.',
  );
}