RegisterScreen constructor

RegisterScreen({
  1. RegisterWith? registerWith,
  2. String? id,
  3. String? email,
  4. String? name,
  5. String? lat,
  6. String? long,
})

Implementation

RegisterScreen(
    {this.registerWith,
      this.id,
      this.email,
      this.name,
      this.lat,
      this.long,
      // this.googlemaps
    });