TestCallBytes constructor
const
TestCallBytes({
- 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,
});