MessageService constructor
const
MessageService({
- required AuthenticatorTOCK authenticatorTOCK,
- String language = "fr",
- String userId = "test_flutter_app",
Implementation
const MessageService(
{required this.authenticatorTOCK,
this.language = "fr",
this.userId = "test_flutter_app"});