StringAnko extension

on

Properties

toBase64 String
? Convert Filepath to Base64
no setter
toDouble double
no setter
toInt int
no setter

Methods

browse() → void
? Browse the passed String as Link
dial() → void
? Dial Phone Number
email(String to, {String subject = 'New Mail'}) → void
? Send Email With The Passed String As Email Body
log({String? tag, Object? error, StackTrace? stackTrace, Zone? zone}) → void
logError({String? tag, Object? error, StackTrace? stackTrace, Zone? zone}) → void
logOther({String? tag, required Level level, Object? error, StackTrace? stackTrace, Zone? zone}) → void
logWarning({String? tag, Object? error, StackTrace? stackTrace, Zone? zone}) → void
sendWhatsAppMessage({String? phone}) → void
? Send Whats App Message With the passed String as Message Body
share({String? subject}) → void
? Share Passed Text
showErrorSnackBar(BuildContext context, {Duration duration = const Duration(milliseconds: 500), Color? backgroundColor, TextDirection? direction}) → void
showSnackBar(BuildContext context, {Duration duration = const Duration(milliseconds: 500), TextStyle? style, Color? backgroundColor, TextDirection? direction}) → void