public static interface LocalizationChannel.LocalizationMessageHandler
PlatformChannel
.
To register a LocalizationMessageHandler
with a PlatformChannel
, see LocalizationChannel.setLocalizationMessageHandler(LocalizationMessageHandler)
.
Modifier and Type | Method and Description |
---|---|
String |
getStringResource(String key,
String locale)
The Flutter application would like to obtain the string resource of given
key in
locale . |