customBundleIdentifier property

String? get customBundleIdentifier

Used to override colors, images and strings in the ReadID UI framework

Implementation

String? get customBundleIdentifier =>
    _map["customBundleIdentifier"] as String?;
set customBundleIdentifier (String? value)

Used to override colors, images and strings in the ReadID UI framework

Implementation

set customBundleIdentifier(String? value) =>
    _map["customBundleIdentifier"] = value;