openPlayStoreAllApps method
void
openPlayStoreAllApps()
Implementation
void openPlayStoreAllApps() {
const url = 'https://play.google.com/store/apps/dev?id=8108163760101121306';
NavigatorUtils.openUrl(url);
}