getAllCloudMixerInfo method

Future<String> getAllCloudMixerInfo()

Implementation

Future<String> getAllCloudMixerInfo() async {
  return await CrImpl.instance.getAllCloudMixerInfo();
}