refreshAsync method
Returns a Future that will complete when the Realm is refreshed to the version which is the
latest version at the time when this method is called.
Note that this may return true even if no data has actually changed.
Implementation
Future<bool> refreshAsync() async {
return handle.refreshAsync();
}