setupAccessibilityEventChannel method
Configures the event channel for the accessibility service
Implementation
Future<Map<String, dynamic>> setupAccessibilityEventChannel() {
throw UnimplementedError(
'setupAccessibilityEventChannel() has not been implemented.',
);
}