reload method

Future<String?> reload()

Reloads the iframe content.

Implementation

Future<String?> reload() {
  throw UnimplementedError('reload() has not been implemented.');
}