ConfirmCallback typedef

ConfirmCallback = void Function(String code)

Implementation

typedef ConfirmCallback = void Function(
  String code,
);