removeCache method

Future<void> removeCache(
  1. int id
)

Implementation

Future<void> removeCache(int id) async {
  await _channels[id]?.invokeMethod("removeCache");
}