getAppLicense method
Returns the current application license and add-on licenses.
Implementation
Future<StoreAppLicense> getAppLicense() {
throw UnimplementedError('getAppLicense() has not been implemented.');
}
Returns the current application license and add-on licenses.
Future<StoreAppLicense> getAppLicense() {
throw UnimplementedError('getAppLicense() has not been implemented.');
}