getLocaleDisplayName method
An implementation of LivespeechtotextPlatform.getLocaleDisplayName
Implementation
@override
Future<String?> getLocaleDisplayName() async {
final output = await methodChannel.invokeMethod('getLocaleDisplayName');
return output;
}