Interface LocalizationChannel.LocalizationMessageHandler
-
- Enclosing class:
- LocalizationChannel
public static interface LocalizationChannel.LocalizationMessageHandler
Handler that receives platform messages sent from Flutter to Android through a givenPlatformChannel
.To register a
LocalizationMessageHandler
with aPlatformChannel
, seeLocalizationChannel.setLocalizationMessageHandler(LocalizationMessageHandler)
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getStringResource(String key, String locale)
The Flutter application would like to obtain the string resource of givenkey
inlocale
.
-