(type = 'music')
| 112 | } |
| 113 | |
| 114 | static async getVolume(type = 'music') { |
| 115 | return await SystemSettingNative.getVolume(type) |
| 116 | } |
| 117 | |
| 118 | static setVolume(val, config = {}) { |
| 119 | if (typeof (config) === 'string') { |
no outgoing calls
no test coverage detected