registerAsync method

Future<DynamicModule> registerAsync(
  1. ApplicationConfig config
)
inherited

The register method is used to register the module.

Implementation

Future<DynamicModule> registerAsync(ApplicationConfig config) async {
  return DynamicModule();
}