TestCallVectorString constructor

const TestCallVectorString({
  1. required List<String> x,
})

Returns the received vector of strings; for testing only. This is an offline method. Can be called before authorization

Implementation

const TestCallVectorString({
  required this.x,
});