responseRemoteRequest abstract method

Future<TUIActionCallback> responseRemoteRequest(
  1. String requestId,
  2. bool agree
)

11.2 Respond to Request

Implementation

Future<TUIActionCallback> responseRemoteRequest(String requestId, bool agree);