openSettings method
Implementation
Future<void> openSettings() async {
try {
await _platform.invokeMethod('openSettings');
} catch (e) {
print("Failed to open settings: $e");
}
}
Future<void> openSettings() async {
try {
await _platform.invokeMethod('openSettings');
} catch (e) {
print("Failed to open settings: $e");
}
}