export function btoa(stringToEncode: string) { if (__ANDROID__) { return (org).nativescript.winter_cg.Utils.btoa(stringToEncode); } if (__IOS__) { return (NSString).btoa(stringToEncode); } }