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