emptyAsync static method

Future<Mat> emptyAsync()

Implementation

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