showSetup static method
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();
}
Launches a deep link to the system accessibility settings where the service can be turned on.
static Future<void> showSetup() {
return CobrowseIO.instance._showAccessibilityServiceSetup();
}