Service Call Plugin
npm install my-service-plugin
npx cap sync
startService() => Promise<void>
stopServiec() => Promise<void>
calculateSum(options: StartServiceOptions) => Promise<number>
Param | Type |
---|---|
options |
StartServiceOptions |
Returns: Promise<number>
Prop | Type |
---|---|
firstNumber |
number |
secondNumber |
number |