closePlugin property
void Function([String?])
get
closePlugin
Implementation
void Function([_i2.String?]) get closePlugin =>
([_i2.String? p0]) => _i5.callMethod(
_i5.getProperty(
this,
'closePlugin',
),
r'call',
[
this,
p0 ?? _i7.undefined,
],
);
set
closePlugin
(void value([String?]))
Implementation
set closePlugin(void Function([_i2.String?]) value) {
_i5.setProperty(
this,
'closePlugin',
_i5.allowInterop(value),
);
}