gc method

Future<void> gc()

Forces garbage collection to clean up old platform channels

Implementation

Future<void> gc() {
  throw UnimplementedError('gc() has not been implemented.');
}