fetch method
Implementation
Future<NativebrikRemoteConfigVariant> fetch() async {
var phase = await NativebrikBridgePlatform.instance
.connectRemoteConfig(id, _channelId);
return NativebrikRemoteConfigVariant._(
_channelId, phase ?? RemoteConfigPhase.failed);
}