openAppSettings method

Future<Map?> openAppSettings()

Implementation

Future<Map<dynamic, dynamic>?> openAppSettings() {
  throw UnimplementedError('openAppSettings() has not been implemented.');
}