Reloads the iframe content.
@override Future<String?> reload() async { final result = await methodChannel.invokeMethod<String>('reload'); return result; }