emptyAsync static method

Future<Mat> emptyAsync()

Implementation

static Future<Mat> emptyAsync() async => cvRunAsync(ccore.Mat_New_Async, matCompleter);