initLicenses method
- @protected
- @mustCallSuper
@mustCallSuper, @protected
Adds relevant licenses to the LicenseRegistry.
By default, the ServicesBinding's implementation of initLicenses adds
all the licenses collected by the flutter
tool during compilation.
Implementation
@protected
@mustCallSuper
void initLicenses() {
LicenseRegistry.addLicense(_addLicenses);
}