deleteWebBrowserSettingsExceptions method

Future<Result<AccountWebBrowserSettingsBase>> deleteWebBrowserSettingsExceptions()

Delete Web Browser Settings Exceptions.

ID: 86a0765d.

Implementation

Future<Result<AccountWebBrowserSettingsBase>>
    deleteWebBrowserSettingsExceptions() async {
  // Preparing the request.
  final request = AccountDeleteWebBrowserSettingsExceptions();

  // Invoke and wait for response.
  final response = await _c.invoke(request);

  // Return the result.
  return response._to<AccountWebBrowserSettingsBase>();
}