@detail api @author dixing @brief Get the number of media devices @return Number of media devices
FutureOr<int> getCount() async { return await nativeCall('getCount', []); }