abort method

Future<bool> abort()

Implementation

Future<bool> abort() => Future.value(false);