dataMatrixArea static method

Future<void> dataMatrixArea(
  1. String content
)

Implementation

static Future<void> dataMatrixArea(String content) async {
  await _channel.invokeMethod('dataMatrixArea', {"content": content});
}