setAutomaticScreenNameTagging static method
This will tell SDK to automatically Tag Screen or not.
enable
is boolean
Implementation
static Future<void> setAutomaticScreenNameTagging(bool enable) async {
await _channel
.invokeMethod('setAutomaticScreenNameTagging', {"key": enable});
}