flush method
Sends everything queued on the native side immediately.
Implementation
Future<void> flush() {
throw UnimplementedError('flush() has not been implemented.');
}
Sends everything queued on the native side immediately.
Future<void> flush() {
throw UnimplementedError('flush() has not been implemented.');
}