startAnnotation static method

Future<void> startAnnotation(
  1. String streamId
)

Implementation

static Future<void> startAnnotation(String streamId) async {
  await _channel.invokeMethod('startAnnotation', {
    'streamId': streamId,
  });
}