Interface LocalizationChannel.LocalizationMessageHandler
- Enclosing class:
- LocalizationChannel
public static interface LocalizationChannel.LocalizationMessageHandler
Handler that receives platform messages sent from Flutter to Android through a given
PlatformChannel
.
To register a LocalizationMessageHandler
with a PlatformChannel
, see LocalizationChannel.setLocalizationMessageHandler(LocalizationMessageHandler)
.
-
Method Summary
Modifier and TypeMethodDescriptiongetStringResource
(String key, String locale) The Flutter application would like to obtain the string resource of givenkey
inlocale
.
-
Method Details
-
getStringResource
The Flutter application would like to obtain the string resource of givenkey
inlocale
.
-