openAppSettings method
Opens the application settings on the device.
Implementation
Future<void> openAppSettings() {
throw UnimplementedError('openAppSettings() has not been implemented.');
}
Opens the application settings on the device.
Future<void> openAppSettings() {
throw UnimplementedError('openAppSettings() has not been implemented.');
}