openAppSettings method

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

Opens the app settings page.

Returns true if the app settings page could be opened, otherwise false.

Implementation

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