usesMobileChatContextLayout function

bool usesMobileChatContextLayout(
  1. BuildContext context
)

Implementation

bool usesMobileChatContextLayout(BuildContext context) {
  return _usesMobileContextLayout(context);
}