updateFill method

Future<void> updateFill(
  1. Fill fill,
  2. FillOptions changes
)

Implementation

Future<void> updateFill(Fill fill, FillOptions changes) async {
  throw UnimplementedError('updateFill() has not been implemented.');
}