loadDefinitionModuleName abstract method

Future<String?> loadDefinitionModuleName(
  1. String version
)

Loads the module name from the definition of the given migration version.

Returns null if the version cannot be found.

Implementation

Future<String?> loadDefinitionModuleName(String version);