shareText method
Implementation
Future<void> shareText(String message) async {
throw UnimplementedError('shareText() has not been implemented.');
}
Future<void> shareText(String message) async {
throw UnimplementedError('shareText() has not been implemented.');
}