getPlatformOS method

Future<String?> getPlatformOS()

Implementation

Future<String?> getPlatformOS() {
  return SmartSpeechSdkPlatform.instance.getPlatformOS();
}