gc method
Forces garbage collection to clean up old platform channels
Implementation
Future<void> gc() {
throw UnimplementedError('gc() has not been implemented.');
}
Forces garbage collection to clean up old platform channels
Future<void> gc() {
throw UnimplementedError('gc() has not been implemented.');
}