operationResponse method

Future<Map> operationResponse({
  1. required String id,
  2. required String? transactionHash,
})

send operation response id beacon request id transactionHash transactionHash from the operation

Implementation

Future<Map> operationResponse(
    {required String id, required String? transactionHash}) {
  throw UnimplementedError('operationResponse() has not been implemented.');
}