@override Future<String> getDeviceLocale() async { final String deviceLocale = await methodChannel.invokeMethod('getDeviceLocale'); return deviceLocale; }