run method
excute run createFileReferences
Implementation
@override
void run() async {
await createFileReferences();
exit(AppErrorCodes.noError);
}
excute run createFileReferences
@override
void run() async {
await createFileReferences();
exit(AppErrorCodes.noError);
}