hasVideoDevice method

Future<bool> hasVideoDevice()

Implementation

Future<bool> hasVideoDevice() async {
  throw UnimplementedError('hasVideoDevice() has not been implemented.');
}