reload method

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

Implementation

@override
Future<bool> reload() async {
  if (_function != null) {
    return _function!.reload();
  }
  return false;
}