setEndUserEmail method
While endUserEmail
is not required it is HIGHLY recommended to set it if possible.
Implementation
@override
setEndUserEmail(String endUserEmail) {
methodChannel
.invokeMethod('setEndUserEmail', {'endUserEmail': endUserEmail});
}