getEffect method

Future getEffect(
  1. dynamic id
)

Implementation

Future getEffect( id ) async{
  return await getBuild( library['effects']![ id ], buildEffect );
}