static MobiPart? getFlowByFid(MobiRawml rawml, Uint8List fid) { int partId = base32Decode(fid); return getFlowByUid(rawml, partId); }