TestCallBytes constructor

const TestCallBytes({
  1. required String x,
})

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

Implementation

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