hasVideoDevice function

Future<bool> hasVideoDevice()

Implementation

Future<bool> hasVideoDevice() async {
  //TODO(duan): implement this, check if there is any video device
  return true;
}