@detail api @author dixing @brief 获取当前音视频设备数量 @return 音视频设备数量
FutureOr<int> getCount() async { return await nativeCall('getCount', []); }