attachView abstract method

Future<bool> attachView(
  1. String childId,
  2. String parentId,
  3. int index
)

Attach a child view to a parent at the specified index

Implementation

Future<bool> attachView(String childId, String parentId, int index);