reload method

  1. @override
Future<void> reload()
override

Fetches the latest values from the host platform.

Use this method to observe modifications that were made in native code (without using the plugin) while the app is running.

Implementation

@override
Future<void> reload() => SynchronousFuture(null);