writeFile property
Implementation
_i2.Future<_i2.dynamic> Function(
_i3.Uri,
_i8.Uint8List,
) get writeFile => (
_i3.Uri p0,
_i8.Uint8List p1,
) =>
_i5.promiseToFuture(_i5.callMethod(
_i5.getProperty(
this,
'writeFile',
),
r'call',
[
this,
p0,
p1,
],
));