printLabLocate method

  1. @override
Future<String?> printLabLocate(
  1. int step
)
override

Implementation

@override
Future<String?> printLabLocate(int step) async {
  return await methodChannel.invokeMethod<String>('PrintLabLocate', {'step': step});
}