init method
This method will be used to initialize the message provider
Implementation
@override
Future<Map<String, dynamic>> init(Map<String, dynamic> config) async {
return {"apiKey": "fwfX96CBhdCkUddzyco7nC8G"};
}
This method will be used to initialize the message provider
@override
Future<Map<String, dynamic>> init(Map<String, dynamic> config) async {
return {"apiKey": "fwfX96CBhdCkUddzyco7nC8G"};
}