fetch method

Future fetch()

Implementation

Future fetch() async {
  await source().then((data) => this.value = data);
}