responseRemoteRequest method
11.2 Respond to Request
Implementation
@override
Future<TUIActionCallback> responseRemoteRequest(String requestId,
bool agree) {
return _engineNative.responseRemoteRequest(requestId, agree);
}
11.2 Respond to Request
@override
Future<TUIActionCallback> responseRemoteRequest(String requestId,
bool agree) {
return _engineNative.responseRemoteRequest(requestId, agree);
}