getAccountMigration method
Launcher Content - Account Migration
Implementation
@override
Future<Map<String, dynamic>> getAccountMigration({
bool testing = false,
}) async {
return _fetchJson(
_getLauncherContentUrl('accountMigration.json', testing: testing),
);
}