drenther / upi_pay

Flutter plugin for UPI (Only in India)
MIT License
60 stars 71 forks source link

Add null check to `Intent.getStringExtra()` #21

Closed masterashu closed 3 years ago

masterashu commented 3 years ago

Add Null Check The Intent.getStringExtra() method returns a nullable String. Fixes #20