How to install .xapk file from local storage programmatically in Flutter?

Viewed 18

I want to implement this functionality;

A Button when pressed will install .xapk file from local storage with the following path.

String _apkFilePath = '/storage/emulated/0/Download/filename.xapk';

0 Answers
Related