invalidTwitterStatusUrl abstract method

String invalidTwitterStatusUrl(
  1. String userName,
  2. String tweetId
)

No description provided for @invalidTwitterStatusUrl.

In en, this message translates to: 'Sorry! you have to enter a valid twitter status {tweetId, select, empty{url} other{with id: {tweetId}}} {userName, select, empty{} other{with user name: {userName}}}.'

Implementation

String invalidTwitterStatusUrl(String userName, String tweetId);