shareToSystem method

Future<String> shareToSystem(
  1. String title,
  2. String message, {
  3. List<String>? filePaths,
})

Implementation

Future<String> shareToSystem(String title, String message,
    {List<String>? filePaths}) {
  throw UnimplementedError('platformVersion() has not been implemented.');
}