shareText method

Future<String> shareText({
  1. required String text,
})

Implementation

Future<String> shareText({required String text}) {
  throw UnimplementedError('shareText() has not been implemented.');
}