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