getDefault static method

OTPFactor getDefault()

Implementation

@$core.pragma('dart2js:noInline')
static OTPFactor getDefault() =>
    _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<OTPFactor>(create);