android constant
PixaRuntimePlatformContract
const android
Android platform contract.
Implementation
static const PixaRuntimePlatformContract android =
PixaRuntimePlatformContract(
platform: 'android',
targetAbis: <String>['arm64-v8a', 'armeabi-v7a', 'x86_64'],
runtimeLibraryLoad: true,
symbolResolution: true,
threadedRuntime: true,
cacheDirectory: true,
networkPolicy: true,
);