setup method

Future<Nylo?> setup(
  1. Nylo nylo
)

Setup method is used for initializing code in your application. Return the Nylo instance to pass it to the next provider.

Implementation

Future<Nylo?> setup(Nylo nylo) async => null;