shareToSystemAndroid method

Future<String> shareToSystemAndroid(
  1. String title,
  2. String message,
  3. String? filePath
)

Implementation

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