ProvidersFoundCallback typedef

ProvidersFoundCallback = void Function(String email, List<String> providers)

Implementation

typedef ProvidersFoundCallback = void Function(
  String email,
  List<String> providers,
);