show method

Future<bool> show()

Implementation

Future<bool> show() {
  throw UnimplementedError('This was not implemented for this ad');
}