updateWhoIs method Null safety
- ClientContext? ctx,
- MsgUpdateWhoIs request
Implementation
$async.Future<MsgUpdateWhoIsResponse> updateWhoIs($pb.ClientContext? ctx, MsgUpdateWhoIs request) {
var emptyResponse = MsgUpdateWhoIsResponse();
return _client.invoke<MsgUpdateWhoIsResponse>(ctx, 'Msg', 'UpdateWhoIs', request, emptyResponse);
}