User constructor

User(
  1. MethodChannel _channel
)

Implementation

User(MethodChannel _channel) {
  channel = _channel;
}