initService method
Implementation
Future<bool?> initService({
required double screenHeight,
String? chatHeadIcon,
String? notificationIcon,
String? notificationTitle,
int? notificationCircleHexColor,
String? notificationBody,
}) {
throw UnimplementedError('initService() has not been implemented.');
}