showSetup static method

Future<void> showSetup()

Launches a deep link to the system accessibility settings where the service can be turned on.

Implementation

static Future<void> showSetup() {
  return CobrowseIO.instance._showAccessibilityServiceSetup();
}