ProviderNeedsSignUpCallback typedef

ProviderNeedsSignUpCallback = Future<bool> Function()

If the callback returns true, the additional data card is shown

Implementation

typedef ProviderNeedsSignUpCallback = Future<bool> Function();