mapInputs method

Map<String, String> mapInputs()

use this function to change request input name

Implementation

Map<String, String> mapInputs() {
  return <String, String>{};
}