processWithTextrueID method

Future<int?> processWithTextrueID(
  1. int textrueID,
  2. int w,
  3. int h
)

Implementation

Future<int?> processWithTextrueID(int textrueID, int w, int h) async {
  throw UnimplementedError('processWithTextrueID not been implemented');
}