title method

  1. @override
String title(
  1. BuildContext context
)
override

Implementation

@override
String title(BuildContext context) {
  return ChatRoomSettings.reportTitle ??
      ChatroomLocal.report.getString(context);
}