Setup method is used for initializing code in your application. Return the Nylo instance to pass it to the next provider.
Future<Nylo?> setup(Nylo nylo) async => null;