menu
screenshot_share_telegram package
documentation
screenshot_share.dart
ScreenshotManagerService
getAllGroupIds method
getAllGroupIds method
dark_mode
light_mode
getAllGroupIds
method
List
<
String
>
getAllGroupIds
(
)
Get all group IDs
Implementation
List<String> getAllGroupIds() { return List.unmodifiable(_captureGroups.keys); }
screenshot_share_telegram package
documentation
screenshot_share
ScreenshotManagerService
getAllGroupIds method
ScreenshotManagerService class