shareToTelegram method

Future<bool> shareToTelegram({
  1. String? text,
  2. String? filePath,
})

Shares text content directly to Telegram.

Implementation

Future<bool> shareToTelegram({
  String? text,
  String? filePath,
}) {
  throw UnimplementedError('shareToTelegram() has not been implemented.');
}