storeUrl static method

String storeUrl({
  1. String id = '8108163760101121306',
})

Implementation

static String storeUrl({String id = '8108163760101121306'}) {
  return 'https://play.google.com/store/apps/dev?id=$id';
}