invokation property

Future<bool?>? invokation

accessor to get the invokation future so your UI can wait till it's running properly

Implementation

Future<bool?>? get invokation {
  return _invokationFuture;
}