initialize static method
Initializes the Flutter Chat Plugin with the given configuration Must be called before using any other plugin features
Implementation
static Future<void> initialize({
required ChatConfig config,
}) async {
ChatConfig.instance = config;
}