removeAllPersistentLabels method

Future<void> removeAllPersistentLabels()

Removes all the persistent labels in this configuration.

Implementation

Future<void> removeAllPersistentLabels() {
  return methodChannel.invokeMethod('removeAllPersistentLabels');
}