You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
258 B
Dart

import 'dart:typed_data';
import 'package:flutter/widgets.dart';
Future<void> platformViewPdf(BuildContext context, Uint8List bytes, {required String filename}) async {}
Future<void> platformDownloadPdf(Uint8List bytes, {required String filename}) async {}