Skip to content

Instantly share code, notes, and snippets.

@arulwastaken
Created May 7, 2021 15:33
Show Gist options
  • Save arulwastaken/58b56e2eb47a43d994183b1b5add79b4 to your computer and use it in GitHub Desktop.
Save arulwastaken/58b56e2eb47a43d994183b1b5add79b4 to your computer and use it in GitHub Desktop.
class MvvmRepo {
Future<String> getWelcomeText() {
//
// from storage or Network
//
return Future.value("Puppy");
}
//... other methods
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment