OneTapResponse typedef

OneTapResponse = void Function(String? response)

Implementation

typedef void OneTapResponse(String? response);