getPlatformVersion method

Future<String?> getPlatformVersion()

A method channel FlutterAzureSpeech instance.

Implementation

Future<String?> getPlatformVersion() {
  return FlutterAzureSpeechPlatform.instance.getPlatformVersion();
}