chatProfileScreenPath static method

String chatProfileScreenPath(
  1. String chatId,
  2. String? userId
)

Implementation

static String chatProfileScreenPath(String chatId, String? userId) =>
    '/chat-profile/$chatId/$userId';