getVideoDevices method

Future<int?> getVideoDevices()

Get number of camera devices

Implementation

Future<int?> getVideoDevices() {
  return _platform.getVideoDevices();
}