Flutter Engine
The Flutter Engine
|
Classes | |
interface | LocalizationMessageHandler |
Public Member Functions | |
LocalizationChannel (@NonNull DartExecutor dartExecutor) | |
void | setLocalizationMessageHandler ( @Nullable LocalizationMessageHandler localizationMessageHandler) |
void | sendLocales (@NonNull List< Locale > locales) |
Public Attributes | |
final MethodChannel | channel |
final MethodChannel.MethodCallHandler | handler |
Sends the platform's locales to Dart.
Definition at line 22 of file LocalizationChannel.java.
|
inline |
Definition at line 61 of file LocalizationChannel.java.
|
inline |
Send the given locales
to Dart.
Definition at line 77 of file LocalizationChannel.java.
|
inline |
Sets the LocalizationMessageHandler
which receives all events and requests that are parsed from the underlying platform channel.
Definition at line 71 of file LocalizationChannel.java.
final MethodChannel io.flutter.embedding.engine.systemchannels.LocalizationChannel.channel |
Definition at line 25 of file LocalizationChannel.java.
final MethodChannel.MethodCallHandler io.flutter.embedding.engine.systemchannels.LocalizationChannel.handler |
Definition at line 29 of file LocalizationChannel.java.