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