getCount method

FutureOr<int> getCount()

@detail api @author dixing @brief Get the number of media devices @return Number of media devices

Implementation

FutureOr<int> getCount() async {
  return await nativeCall('getCount', []);
}