createWhoIs method Null safety

Future<MsgCreateWhoIsResponse> createWhoIs(
  1. ClientContext? ctx,
  2. MsgCreateWhoIs request
)

Implementation

$async.Future<MsgCreateWhoIsResponse> createWhoIs($pb.ClientContext? ctx, MsgCreateWhoIs request) {
  var emptyResponse = MsgCreateWhoIsResponse();
  return _client.invoke<MsgCreateWhoIsResponse>(ctx, 'Msg', 'CreateWhoIs', request, emptyResponse);
}