shareToTwitterAndroid method

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

Implementation

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