openDefaultAppSettings method
Opens the Android default app settings where the user can set the default phone app.
Implementation
Future<void> openDefaultAppSettings() async {
await _invoke<void>('blockedNumbers.openDefaultAppSettings');
}
Opens the Android default app settings where the user can set the default phone app.
Future<void> openDefaultAppSettings() async {
await _invoke<void>('blockedNumbers.openDefaultAppSettings');
}