setLocale method

  1. @override
Future setLocale(
  1. String locale
)
override

Implementation

@override
Future setLocale(String locale) {
  return handleNativeCall(
    methodChannel.invokeMethod(MethodNames.setLocale, {'locale': locale}),
  );
}