removeAllStartLabels method

Future<void> removeAllStartLabels()

Removes all the start labels in this configuration.

Implementation

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