Skip to content

Instantly share code, notes, and snippets.

@kmmraj
Last active June 18, 2020 04:11
Show Gist options
  • Save kmmraj/bc1b2556db90fee5dd01e54b471283bd to your computer and use it in GitHub Desktop.
Save kmmraj/bc1b2556db90fee5dd01e54b471283bd to your computer and use it in GitHub Desktop.
final _repoDetailMethodChannel = const MethodChannel('repoInfo/details');
RepoDetailModel() {
_repoDetailMethodChannel.setMethodCallHandler(_handleMethod);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment