approveSessionAuthenticate abstract method

Future<ApproveResponse> approveSessionAuthenticate({
  1. required int id,
  2. List<Cacao>? auths,
})

Implementation

Future<ApproveResponse> approveSessionAuthenticate({
  required int id,
  List<Cacao>? auths,
});