ChildSessionFactory typedef

ChildSessionFactory = Future<String> Function(String parentSessionId, String childId)

Implementation

typedef ChildSessionFactory =
    Future<String> Function(String parentSessionId, String childId);