registerNativeMethods static method

_RecuriveMutexCppFunc registerNativeMethods()

Implementation

static _RecuriveMutexCppFunc registerNativeMethods() {
    if (_registered != null) return _registered!;
    _registered = _RecuriveMutexCppFunc.instance();
    _registered!.registerDart(_RecuriveMutexDartFunc.create());
    MutexBridge.registerNativeMethods();
    return _registered!;
}