iOSFastlaneDirectory static method

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

Implementation

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