setBalance static method
Set Balance Range from -1 to 1
Implementation
static void setBalance(double balance) async {
await _channel
.invokeMethod("setBalance", <String, dynamic>{"balance": balance});
}
Set Balance Range from -1 to 1
static void setBalance(double balance) async {
await _channel
.invokeMethod("setBalance", <String, dynamic>{"balance": balance});
}