setup abstract method

void setup(
  1. dynamic tc,
  2. Context? ctx
)

Setup the provider.

Implementation

void setup(dynamic tc, Context? ctx);