share method

Future<bool> share(
  1. Uint8List bytes,
  2. int width,
  3. int height, {
  4. String title = "",
})

Implementation

Future<bool> share(
  Uint8List bytes,
  int width,
  int height, {
  String title = "",
}) {
  throw UnimplementedError('share() has not been implemented.');
}