dtbLibInit method

Future<void> dtbLibInit(
  1. InitType type
)

Init type

Implementation

Future<void> dtbLibInit(InitType type) {
  throw UnimplementedError('tbdInit() has not been implemented.');
}