removeFills method

Future<void> removeFills(
  1. Iterable<String> fillIds
)

Implementation

Future<void> removeFills(Iterable<String> fillIds) async {
  throw UnimplementedError('removeFills() has not been implemented.');
}