xcomments 0.0.1+1 copy "xcomments: ^0.0.1+1" to clipboard
xcomments: ^0.0.1+1 copied to clipboard

Comments.

Usage #

  final client = XCommentsClient(
        'apiKey',
        urlApi: 'urlApi',
        id: 'id',
        user: User(name: 'username', token: 'user-token'),
  );

  XComments(client: client)

Laravel backend repo