callStartReceiver method
- String appOrigin
Calls the start transfer function with the given appOrigin.
It calls the _startTransfer function with the appOrigin parameter.
Implementation
Future<void> callStartReceiver(String appOrigin) async {
_startTransfer(appOrigin);
}