removeAllPersistentLabels method
Removes all the persistent labels in this configuration.
Implementation
Future<void> removeAllPersistentLabels() {
return methodChannel.invokeMethod('removeAllPersistentLabels');
}
Removes all the persistent labels in this configuration.
Future<void> removeAllPersistentLabels() {
return methodChannel.invokeMethod('removeAllPersistentLabels');
}