removeFill method

Future<void> removeFill(
  1. String fillId
)

Implementation

Future<void> removeFill(String fillId) async {
  throw UnimplementedError('removeFill() has not been implemented.');
}