public class LocalizationChannel extends Object
Modifier and Type | Field and Description |
---|---|
MethodChannel |
channel |
Constructor and Description |
---|
LocalizationChannel(DartExecutor dartExecutor) |
Modifier and Type | Method and Description |
---|---|
void |
sendLocales(List<Locale> locales)
Send the given
locales to Dart. |
@NonNull public final MethodChannel channel
public LocalizationChannel(@NonNull DartExecutor dartExecutor)