createFlutterProject abstract method

Future<void> createFlutterProject({
  1. required String projectName,
  2. required String organizationName,
  3. required List<PlatformType> platforms,
  4. required MobilePlatform mobilePlatform,
  5. required DesktopPlatform desktopPlatform,
  6. CustomDesktopPlatforms? customDesktopPlatforms,
})

Implementation

Future<void> createFlutterProject({
  required String projectName,
  required String organizationName,
  required List<PlatformType> platforms,
  required MobilePlatform mobilePlatform,
  required DesktopPlatform desktopPlatform,
  CustomDesktopPlatforms? customDesktopPlatforms,
});