reload abstract method

Future<void> reload()

Fetches the latest values from the host platform. Use this method to observe modifications that were made in native code (without using the plugin) or by another process while the app is running.

Implementation

Future<void> reload();