getDefault static method

FFPlaySound getDefault()

Implementation

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