importFlutterFile method

void importFlutterFile(
  1. AFCommandContext context,
  2. AFLibraryID libraryId
)

Implementation

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