Skip to content

Commit

Permalink
chore: remove initMock
Browse files Browse the repository at this point in the history
  • Loading branch information
ethicnology committed Nov 21, 2024
1 parent c1cd511 commit 9cf13b5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions bindings/dart-bip85/lib/src/rust/frb_generated.dart
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,6 @@ class LibBip85
);
}

/// Initialize flutter_rust_bridge in mock mode.
/// No libraries for FFI are loaded.
static void initMock({
required LibBip85Api api,
}) {
instance.initMockImpl(
api: api,
);
}

/// Dispose flutter_rust_bridge
///
/// The call to this function is optional, since flutter_rust_bridge (and everything else)
Expand Down

0 comments on commit 9cf13b5

Please sign in to comment.