openAppSettings method

  1. @override
Future<bool> openAppSettings()
override

Opens the app settings screen. Returns true if the call was successful.

Implementation

@override
Future<bool> openAppSettings() async {
  return false;
}