skipCustomFileStreamChunk method
Skips count bytes from a custom file stream identified by the given session.
Implementation
Future<int> skipCustomFileStreamChunk(String session, int count) async {
return SafStreamPlatform.instance.skipCustomFileStreamChunk(session, count);
}