getUnreadCount method

Future<XRPCResponse<Count>> getUnreadCount()

Implementation

Future<core.XRPCResponse<Count>> getUnreadCount() async =>
    // ignore: deprecated_member_use_from_same_package
    await findUnreadCount();