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