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