macOSFastlaneDirectory static method

Future<String> macOSFastlaneDirectory(
  1. Locale? locale
)

Implementation

static Future<String> macOSFastlaneDirectory(Locale? locale) async {
  return 'macos/fastlane/screenshots/${locale?.appleStoreAdapter() ?? 'en-US'}';
}