setup abstract method

Future setup(
  1. void onSetupComplete(),
  2. void onSetupFailed()
)

Implementation

Future setup(void Function() onSetupComplete, void Function() onSetupFailed);