openAccessibilitySettings method
Opens the accessibility settings for the user to enable the service.
Implementation
Future<void> openAccessibilitySettings() {
throw UnimplementedError(
'openAccessibilitySettings() has not been implemented.',
);
}