checkMicrophonePermission method

Future<String> checkMicrophonePermission()

Implementation

Future<String> checkMicrophonePermission() async {
  return checkMicrophonePermissionWeb();
}