load static method

Future<ByteData> load(
  1. String p12CertAssetPath
)

Implementation

static Future<ByteData> load(String p12CertAssetPath) async {
  return rootBundle.load(p12CertAssetPath);
}