importFlutterFile method
Implementation
void importFlutterFile(AFCommandContext context, AFLibraryID libraryId) {
importProjectPathString(context, "${libraryId.codeId}_flutter.dart", packageName: libraryId.name);
}
void importFlutterFile(AFCommandContext context, AFLibraryID libraryId) {
importProjectPathString(context, "${libraryId.codeId}_flutter.dart", packageName: libraryId.name);
}