getInitialSharedMedia method

Future<SharedMedia?> getInitialSharedMedia()

Returns the initially stored shared media for single time use on app boot. Use media stream to receive shares while app is active. NOTE. (iOS only) file attachments are copied to a temp folder and should be deleted after using them.

Implementation

Future<SharedMedia?> getInitialSharedMedia() async {
  throw UnimplementedError('getInitialSharedMedia has not been implemented.');
}