hasFace method

Future<bool> hasFace()

Implementation

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