CodeClosure typedef

CodeClosure = Future Function(dynamic actionContent)

代码行为闭包

Implementation

typedef CodeClosure = Future<dynamic> Function(dynamic actionContent);