updateWhoIs method Null safety

Future<MsgUpdateWhoIsResponse> updateWhoIs(
  1. ClientContext? ctx,
  2. MsgUpdateWhoIs request
)

Implementation

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