Sets up localization support for the current Flutter project.
Delegates to generate to configure and generate localization files.
Future<void> setup() async { await generate(); }