fbblInitialize static method

Future<int> fbblInitialize({
  1. required String hexKey,
})

Implementation

static Future<int> fbblInitialize({required String hexKey}) =>
    RustLib.instance.api.crateApiFbblApiFbblInitialize(hexKey: hexKey);