ApplangaFlutter class

Constructors

ApplangaFlutter()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

isSupported bool
getter/setter pair
stringPositions String
no setter

Static Methods

captureScreenshotWithTag(String? tag, {bool useOcr = false, List<String>? stringIds = const []}) Future<void>
getString(String key, String defaultValue) Future<String?>
getStringPositionsOf(BuildContext context) String
isDebuggerConnected() Future<bool>
localizedStringsForCurrentLanguage() Future<Map<String, String>?>
localizeMap(Map<String, Map<String, String>> map) Future<Map<String, Map<String, String>>>
screenshot() Future<void>
screenshotOf(BuildContext? context, String? tag) → void
setLanguage(String lang) → void
setScreenShotMenuVisible(bool visable) Future<void>
setScreenTag(BuildContext context, String tag) → void
showDraftModeDialog() Future<void>
update() Future<bool?>