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