mc_gallery/doc/api/l10n_generated_l10n/AppLocalizationDelegate-class.html
2022-12-28 12:07:42 +01:00

328 lines
13 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
<meta name="description" content="API docs for the AppLocalizationDelegate class from the l10n library, for the Dart programming language.">
<title>AppLocalizationDelegate class - l10n library - Dart API</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="../static-assets/github.css?v1">
<link rel="stylesheet" href="../static-assets/styles.css?v1">
<link rel="icon" href="../static-assets/favicon.png?v1">
</head>
<body data-base-href="../" data-using-base-href="false">
<div id="overlay-under-drawer"></div>
<header id="title">
<button id="sidenav-left-toggle" type="button">&nbsp;</button>
<ol class="breadcrumbs gt-separated dark hidden-xs">
<li><a href="../index.html">mc_gallery</a></li>
<li><a href="../l10n_generated_l10n/l10n_generated_l10n-library.html">l10n</a></li>
<li class="self-crumb">AppLocalizationDelegate class</li>
</ol>
<div class="self-name">AppLocalizationDelegate</div>
<form class="search navbar-right" role="search">
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
</form>
</header>
<main>
<div id="dartdoc-main-content" class="main-content">
<div>
<h1><span class="kind-class">AppLocalizationDelegate</span> class
<a href="https://dart.dev/null-safety" class="feature feature-null-safety" title="Supports the null safety language feature.">Null safety</a>
</h1></div>
<section>
<dl class="dl-horizontal">
<dt>Inheritance</dt>
<dd>
<ul class="gt-separated dark clazz-relationships">
<li><a href="https://api.flutter.dev/flutter/dart-core/Object-class.html">Object</a></li>
<li><a href="https://api.flutter.dev/flutter/widgets/LocalizationsDelegate-class.html">LocalizationsDelegate</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../l10n_generated_l10n/Strings-class.html">Strings</a></span>&gt;</span></li>
<li>AppLocalizationDelegate</li>
</ul>
</dd>
</dl>
</section>
<section class="summary offset-anchor" id="constructors">
<h2>Constructors</h2>
<dl class="constructor-summary-list">
<dt id="AppLocalizationDelegate" class="callable">
<span class="name"><a href="../l10n_generated_l10n/AppLocalizationDelegate/AppLocalizationDelegate.html">AppLocalizationDelegate</a></span><span class="signature">()</span>
</dt>
<dd>
<div class="constructor-modifier features">const</div>
</dd>
</dl>
</section>
<section class="summary offset-anchor" id="instance-properties">
<h2>Properties</h2>
<dl class="properties">
<dt id="hashCode" class="property inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></span>
<span class="signature">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/int-class.html">int</a></span>
</dt>
<dd class="inherited">
The hash code for this object.
<div class="features">read-only, inherited</div>
</dd>
<dt id="runtimeType" class="property inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html">runtimeType</a></span>
<span class="signature">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/Type-class.html">Type</a></span>
</dt>
<dd class="inherited">
A representation of the runtime type of the object.
<div class="features">read-only, inherited</div>
</dd>
<dt id="supportedLocales" class="property">
<span class="name"><a href="../l10n_generated_l10n/AppLocalizationDelegate/supportedLocales.html">supportedLocales</a></span>
<span class="signature">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/List-class.html">List</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="https://api.flutter.dev/flutter/dart-ui/Locale-class.html">Locale</a></span>&gt;</span></span>
</dt>
<dd>
<div class="features">read-only</div>
</dd>
<dt id="type" class="property inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/widgets/LocalizationsDelegate/type.html">type</a></span>
<span class="signature">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/Type-class.html">Type</a></span>
</dt>
<dd class="inherited">
The type of the object returned by the <a href="../l10n_generated_l10n/AppLocalizationDelegate/load.html">load</a> method, T by default.
<div class="features">read-only, inherited</div>
</dd>
</dl>
</section>
<section
class="summary offset-anchor"
id="instance-methods">
<h2>Methods</h2>
<dl class="callables">
<dt id="isSupported" class="callable">
<span class="name"><a href="../l10n_generated_l10n/AppLocalizationDelegate/isSupported.html">isSupported</a></span><span class="signature">(<wbr><span class="parameter" id="isSupported-param-locale"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-ui/Locale-class.html">Locale</a></span> <span class="parameter-name">locale</span></span>)
<span class="returntype parameter">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/bool-class.html">bool</a></span>
</span>
</dt>
<dd>
Whether resources for the given locale can be loaded by this delegate.
<div class="features">override</div>
</dd>
<dt id="load" class="callable">
<span class="name"><a href="../l10n_generated_l10n/AppLocalizationDelegate/load.html">load</a></span><span class="signature">(<wbr><span class="parameter" id="load-param-locale"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-ui/Locale-class.html">Locale</a></span> <span class="parameter-name">locale</span></span>)
<span class="returntype parameter">&#8594; <a href="https://api.flutter.dev/flutter/dart-async/Future-class.html">Future</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../l10n_generated_l10n/Strings-class.html">Strings</a></span>&gt;</span></span>
</span>
</dt>
<dd>
Start loading the resources for <code>locale</code>. The returned future completes
when the resources have finished loading.
<div class="features">override</div>
</dd>
<dt id="noSuchMethod" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></span><span class="signature">(<wbr><span class="parameter" id="noSuchMethod-param-invocation"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/Invocation-class.html">Invocation</a></span> <span class="parameter-name">invocation</span></span>)
<span class="returntype parameter">&#8594; dynamic</span>
</span>
</dt>
<dd class="inherited">
Invoked when a non-existent method or property is accessed.
<div class="features">inherited</div>
</dd>
<dt id="shouldReload" class="callable">
<span class="name"><a href="../l10n_generated_l10n/AppLocalizationDelegate/shouldReload.html">shouldReload</a></span><span class="signature">(<wbr><span class="parameter" id="shouldReload-param-old"><span>covariant</span> <span class="type-annotation"><a href="../l10n_generated_l10n/AppLocalizationDelegate-class.html">AppLocalizationDelegate</a></span> <span class="parameter-name">old</span></span>)
<span class="returntype parameter">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/bool-class.html">bool</a></span>
</span>
</dt>
<dd>
Returns true if the resources for this delegate should be loaded
again by calling the <a href="../l10n_generated_l10n/AppLocalizationDelegate/load.html">load</a> method.
<div class="features">override</div>
</dd>
<dt id="toString" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/widgets/LocalizationsDelegate/toString.html">toString</a></span><span class="signature">(<wbr>)
<span class="returntype parameter">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a></span>
</span>
</dt>
<dd class="inherited">
A string representation of this object.
<div class="features">inherited</div>
</dd>
</dl>
</section>
<section
class="summary offset-anchor inherited"
id="operators">
<h2>Operators</h2>
<dl class="callables">
<dt id="operator ==" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html">operator ==</a></span><span class="signature">(<wbr><span class="parameter" id="==-param-other"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/Object-class.html">Object</a></span> <span class="parameter-name">other</span></span>)
<span class="returntype parameter">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/bool-class.html">bool</a></span>
</span>
</dt>
<dd class="inherited">
The equality operator.
<div class="features">inherited</div>
</dd>
</dl>
</section>
</div> <!-- /.main-content -->
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
<header id="header-search-sidebar" class="hidden-l">
<form class="search-sidebar" role="search">
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
</form>
</header>
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
<li><a href="../index.html">mc_gallery</a></li>
<li><a href="../l10n_generated_l10n/l10n_generated_l10n-library.html">l10n</a></li>
<li class="self-crumb">AppLocalizationDelegate class</li>
</ol>
<h5>l10n library</h5>
<ol>
<li class="section-title"><a href="../l10n_generated_l10n/l10n_generated_l10n-library.html#classes">Classes</a></li>
<li><a href="../l10n_generated_l10n/AppLocalizationDelegate-class.html">AppLocalizationDelegate</a></li>
<li><a href="../l10n_generated_l10n/Strings-class.html">Strings</a></li>
</ol>
</div>
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
<ol>
<li class="section-title"><a href="../l10n_generated_l10n/AppLocalizationDelegate-class.html#constructors">Constructors</a></li>
<li><a href="../l10n_generated_l10n/AppLocalizationDelegate/AppLocalizationDelegate.html">AppLocalizationDelegate</a></li>
<li class="section-title">
<a href="../l10n_generated_l10n/AppLocalizationDelegate-class.html#instance-properties">Properties</a>
</li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html">runtimeType</a></li>
<li><a href="../l10n_generated_l10n/AppLocalizationDelegate/supportedLocales.html">supportedLocales</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/widgets/LocalizationsDelegate/type.html">type</a></li>
<li class="section-title"><a href="../l10n_generated_l10n/AppLocalizationDelegate-class.html#instance-methods">Methods</a></li>
<li><a href="../l10n_generated_l10n/AppLocalizationDelegate/isSupported.html">isSupported</a></li>
<li><a href="../l10n_generated_l10n/AppLocalizationDelegate/load.html">load</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
<li><a href="../l10n_generated_l10n/AppLocalizationDelegate/shouldReload.html">shouldReload</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/widgets/LocalizationsDelegate/toString.html">toString</a></li>
<li class="section-title inherited"><a href="../l10n_generated_l10n/AppLocalizationDelegate-class.html#operators">Operators</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html">operator ==</a></li>
</ol>
</div><!--/.sidebar-offcanvas-->
</main>
<footer>
<span class="no-break">
mc_gallery
1.0.0+1
</span>
</footer>
<script src="../static-assets/highlight.pack.js?v1"></script>
<script src="../static-assets/docs.dart.js"></script>
</body>
</html>