getController method

Future getController(
  1. dynamic id
)

Implementation

Future getController( id ) async{
  return await getBuild( library['controllers']![ id ], buildController );
}