TestSquareInt constructor

const TestSquareInt({
  1. required int x,
})

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

Implementation

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