blsInit method

Future<bool> blsInit()

Implementation

Future<bool> blsInit() async {
  _isInit = await ffi.blsInit();
  return _isInit;
}