Returns true if chat is synchronized and multithread feature is enabled, otherwise returns false.
Future<bool> isMultithread() async { return await _channel.invokeMethod('isMultithread'); }