Yes, it's possible. After some searching i find a way to do that.
It's still in development, so it's all on your own risk.
First, you need to download last version of master branch of MobileBlazorBindings (or clone repo to your local storage).
Then you need to do some changes to source files.
After that you need to compile these projects and pack them to nuget package. Link how to do that (skip first step).
Then add these nuget packages and dll to your project from local storage. There some helpful link (If package version is not 0.5.41 you can just rename files with that version, work for me).
And now you can use @inject IJSRuntime jsRuntime
and JS.InvokeVoidAsync("function", params);
in your razor component.
Find more there