Created
May 7, 2021 15:33
-
-
Save arulwastaken/58b56e2eb47a43d994183b1b5add79b4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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