MessageService constructor

const MessageService({
  1. required AuthenticatorTOCK authenticatorTOCK,
  2. String language = "fr",
  3. String userId = "test_flutter_app",
})

Implementation

const MessageService(
    {required this.authenticatorTOCK,
    this.language = "fr",
    this.userId = "test_flutter_app"});