rotateAsync method

Future<Mat> rotateAsync(
  1. int rotationCode
)

Implementation

Future<Mat> rotateAsync(int rotationCode) async => cvRunAsync<Mat>(
      (callback) => ccore.core_Rotate_Async(ref, rotationCode, callback),
      matCompleter,
    );