BugseeAppearance constructor

BugseeAppearance(
  1. MethodChannel channel
)

Implementation

factory BugseeAppearance(MethodChannel channel) {
  return BugseeAppearance._(
      BugseeAppearanceAndroid(channel), BugseeAppearanceIOS(channel));
}