reveal method

Future<void> reveal()

Implementation

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