getAppLicense method

Future<StoreAppLicense> getAppLicense()

Returns the current application license and add-on licenses.

Implementation

Future<StoreAppLicense> getAppLicense() {
  throw UnimplementedError('getAppLicense() has not been implemented.');
}