registerAsync method
The register method is used to register the module.
Implementation
Future<DynamicModule> registerAsync(ApplicationConfig config) async {
return DynamicModule();
}
The register method is used to register the module.
Future<DynamicModule> registerAsync(ApplicationConfig config) async {
return DynamicModule();
}