[][src]Function dart_sys::Dart_GetStaticMethodClosure

pub unsafe extern "C" fn Dart_GetStaticMethodClosure(
    library: Dart_Handle,
    cls_type: Dart_Handle,
    function_name: Dart_Handle
) -> Dart_Handle

Returns a closure of static function 'function_name' in the class 'class_name' in the exported namespace of specified 'library'.

\param library Library object \param cls_type Type object representing a Class \param function_name Name of the static function in the class

\return A valid Dart instance if no error occurs during the operation.