shareToTwitter method

Future<String> shareToTwitter(
  1. String message,
  2. String? filePath
)

Implementation

Future<String> shareToTwitter(String message, String? filePath) {
  throw UnimplementedError('platformVersion() has not been implemented.');
}