PFNGLUNIFORMMATRIX2FVARBPROCDart typedef
        PFNGLUNIFORMMATRIX2FVARBPROCDart =
     void Function(int location, int count, int transpose, Pointer<Float>  value)
    
    
    
Implementation
typedef PFNGLUNIFORMMATRIX2FVARBPROCDart =
    void Function(int location, int count, int transpose, Pointer<Float> value);