@override Future<int> libraryInit() async { _ensureHandler(); final result = await _invokeRequired<int>('libraryInit'); return result; }