openApplicationSettings method
Request to open Application Settings from device.
For Android, this will does nothing.
Implementation
@override
Future<bool> openApplicationSettings() async => await _channel.invokeMethod('openApplicationSettings');
Request to open Application Settings from device.
For Android, this will does nothing.
@override
Future<bool> openApplicationSettings() async => await _channel.invokeMethod('openApplicationSettings');