TestCallString constructor
      const
      TestCallString({ 
    
- required String x,
Returns the received string; for testing only. This is an offline method. Can be called before authorization
Implementation
const TestCallString({
  required this.x,
});