I would like to use one of those APIs in my Flutter project, but I can't find a way or package to access the API Block Store. Is there a way to interact with it directly? I only found googleapis packages, but bloc store is not in it. On iOS I can use the Keychain which syncs user secrets for the E2EE across devices, but I need something similar on Android.
Is the only way to write my own Android-only Flutter-Plugin? Is there a better way?