refresh method
Triggers a refresh of the Future function.
Implementation
Future<void> refresh() {
throw Exception('This is just a stub for code generation.');
}
Triggers a refresh of the Future function.
Future<void> refresh() {
throw Exception('This is just a stub for code generation.');
}